projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155caad
)
modules/input: Only build quartz module if we're targeting quartz
author
Colin Walters
<walters@verbum.org>
Mon, 20 May 2013 18:06:32 +0000
(14:06 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 20 May 2013 18:18:02 +0000
(14:18 -0400)
Otherwise the build is broken on GNU/Linux and Win32.
modules/input/Makefile.am
patch
|
blob
|
history
diff --git
a/modules/input/Makefile.am
b/modules/input/Makefile.am
index 902bad318ed80903d9d3f26893dd83e71c26d815..3ad28d11720344b7b4d9639d62db2f4bc2ca2336 100644
(file)
--- a/
modules/input/Makefile.am
+++ b/
modules/input/Makefile.am
@@
-159,8
+159,10
@@
im_quartz_la_LIBADD = $(LDADDS)
if INCLUDE_IM_QUARTZ
STATIC_QUARTZ_MODULE = libstatic-im-quartz.la
else
+if USE_QUARTZ
QUARTZ_MODULE = im-quartz.la
endif
+endif
multipress_defs = -DMULTIPRESS_LOCALEDIR=\""$(mplocaledir)"\" -DMULTIPRESS_CONFDIR=\""$(sysconfdir)/gtk-2.0"\"
im_multipress_la_CPPFLAGS = $(AM_CPPFLAGS) $(multipress_defs)